翻訳と辞書
Words near each other
・ initial program loader
・ initialise
・ initiator
・ injection
・ ink printer
・ inkjet printer
・ inline
・ inline image
・ inmos transputer
・ inner class
inner join
・ inner product
・ innovada
・ inode
・ inprise corporation
・ input
・ input device
・ input/output
・ input/output redirection
・ inquiry/response system


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

inner join : FOLDOC
inner join
(Commonly "join", but see also "outer join") A relational database operation which selects rows from two tables such that the value in one column of the first table also appears in a certain column of the second table.
An example in SQL:
select * from A, B
where A.x = B.y

The column names (x and y in this example) are often, but not necessarily, the same.
(1998-11-23)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.